gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the
authorTor Lillqvist <tml@novell.com>
Wed, 18 May 2005 14:53:00 +0000 (14:53 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 18 May 2005 14:53:00 +0000 (14:53 +0000)
commitba7ee2270a87a0b5f16b047a2135c067a958c226
tree10da937e3d06c69115d2bd33c54d22a975f3b9a1
parentf6906b8272635a0f2f4620675813ff538cde0c73
gdk/win32/gdkevents-win32.c gdk/win32/gdkkeys-win32.c Check the

2005-05-18  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkevents-win32.c
* gdk/win32/gdkkeys-win32.c
* gdk/win32/gdkprivate-win32.h: Check the KF_EXTENDED bit in
lParam of WM_KEY* messages to distinguish between left and right
Control and Alt keys. Unfortunately, the right Shift key doesnt
set KF_EXTENDED, so to distinguish between left and right Shift
keys, check the scan code. (#304584)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/win32/gdkevents-win32.c
gdk/win32/gdkkeys-win32.c
gdk/win32/gdkprivate-win32.h